xen/arm: earlyprintk: move early_flush in early_puts
authorJulien Grall <julien.grall@linaro.org>
Thu, 13 Mar 2014 15:09:14 +0000 (15:09 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 1 Apr 2014 10:27:21 +0000 (11:27 +0100)
commit8cfbbb404c2a2bd4666da67437b092115506dab6
tree358fabd2d339a8bba7a2226af2a8bec086e31dbb
parentb9f1e8292185e0806378f97e2e4210e6ca311c46
xen/arm: earlyprintk: move early_flush in early_puts

early_puts function will be exported to be used in the console code. To
avoid loosing characters (see why in commit cafdceb "xen/arm: avoid lost
characters with early_printk), early_flush needs to be called in this
function.

Signed-off-by: Julien Grall <julien.grall@linaro.org>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/early_printk.c